home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Directory source / res.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-27  |  454 b   |  40 lines  |  [TEXT/KAHL]

  1. /*    res.h
  2.  *
  3.  *    Resources
  4.  */
  5.  
  6.  
  7. /*
  8.  *    Menus
  9.  */
  10.  
  11. #define        APPLMENU            128
  12. #define            ABOUTMEMENU        1
  13.  
  14. #define        FILEMENU            129
  15. #define            CLOSEMENU        1
  16. #define            SAVEMENU        2
  17. #define            PRINTSTL        3
  18. #define            PRINTJOB        4
  19. #define            QUITMENU        5
  20.  
  21. #define        EDITMENU            130
  22. #define            OPTIONS            8
  23.  
  24.  
  25. /*
  26.  *    About me resources
  27.  */
  28.  
  29. #define        ABOUTMEDLOG            128
  30. #define        OPTIONDLOG            129
  31.  
  32.  
  33. /*
  34.  *    Error alerts and strings
  35.  */
  36.  
  37. #define        ERRORALRT            500
  38. #define        ERRORSTRS            500
  39.  
  40.